undefined method `call' for LiquidView:Class
Posted
by user181186
on Stack Overflow
See other posts from Stack Overflow
or by user181186
Published on 2010-04-21T00:13:18Z
Indexed on
2010/04/21
0:23 UTC
Read the original article
Hit count: 592
ruby-on-rails
|liquid
I trying to use Liquid template engine plugin , but I 'm getting the following error while controller tries to render a .liquid template .
"undefined method `call' for LiquidView:Class"
I installed it as a plugin according to http://wiki.github.com/tobi/liquid/getting-liquid-to-work-in-rails
I using Rails 2.3.5 and Ruby 1.8.7.
Does anyone had the same problem before ?
© Stack Overflow or respective owner